#This config enables fdisk and mkfs.vfat Linux system utilities
#The utilities are needed for devices with SD Card

CONFIG_FDISK=y
CONFIG_FEATURE_FDISK_WRITABLE=y
CONFIG_FEATURE_GPT_LABEL=y
CONFIG_FEATURE_FDISK_ADVANCED=y
CONFIG_MKFS_VFAT=y
